﻿/* 开源CMS（www.oscms.cn）精通织梦.帝国.WordPress.Discuz.Zblog建站.仿站 */
/* 开源CMS（www.oscms.cn）模板定制.主题定制.各类精品模板.主题应有尽有 */
@charset "utf-8";
/* CSS Document */
/*banner*/
#ban {
	width: 100%;
	height: 450px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}/***修改这里的高度*****/
#ban ul.ban_bj li {
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 0;
	cursor: pointer;
}/***修改这里的高度*****/
#ban ul.ban_bj li a {
	display: block;
	text-indent: -300000em;
}
#ban ul.ul_dian {
	display: block;
	height: 41px;
	position: absolute;
	z-index: 10;
	margin-left: 50%;
	bottom: 10px;
}
#ban ul.ul_dian li {
	display: block;
	width: 10px;
	height: 10px;
	background: #ffffff no-repeat center center;
	float: left;
	cursor: pointer;
	margin-top: 1px;
	margin-right: 7px;
	margin-left: 4px;
	border-radius: 10px;
}
#ban ul.ul_dian li.licurr {
	background: #0f8b4d no-repeat center center;
}
/***图片上的箭头**/

#flexslider #ban .jiantou {
	position: absolute;
	margin: 198px 22px 0px 22px;
	height: 82px;
	z-index: 1;
	width: 1236px;
	display: none;
}
#flexslider #ban .jiantou .jiantou_left {
	width: 45px;
	height: 54px;
	cursor: pointer;
	background: url(../images/jian.png) no-repeat 0px top;
	float: left;
}
#flexslider #ban .jiantou .jiantou_right {
	width: 45px;
	height: 54px;
	cursor: pointer;
	background: url(../images/jian.png) no-repeat right bottom;
	float: right;
}
#flexslider {
	width: 100%;
	/*height: 450px;*/
	/*height: 640px;*/
	margin: -2px auto 0px;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 0;
}/***修改这里的高度*****/
#flexslider ul.slides li {
	display: block;
	width: 100%;
	height: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 0;
}/***修改这里的高度*****/
.flex_comBtn {
	display: block;
	width: 43px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	cursor: pointer;
}
.flex_left {
	margin-left: -582px;
}
.flex_right {
	margin-left: 542px;
}


/*班次查询*/
.shiftQueryForm{position: absolute;top:130px;left:25%;width: 340px}
.sqfT{width: 100%;text-align: center;font-size: 2rem;color:#fff;}
.sqfF{width: 100%;padding:20px;background: #fff;border-radius: 10px;box-sizing: border-box;margin:20px 0 0 0;}
.sqfFitem{padding:15px 0;position: relative;}
.sqfFitem img{width:22px;height: 22px;position: absolute;top:25px;left:0;}
.sqfFitem input{width: 220px;height:40px;border:none;border-bottom: 1px solid #ccc;outline: none;margin: 0 0 0 40px;font-size: 1.2rem}
.sqfFswitch{position: absolute;top:115px;right:35px;z-index: 99;cursor: pointer;}
.sqfFbutton{width: 100%;height:40px;border-radius: 10px;line-height: 40px;text-align: center;background: #188CF6;color:#fff;font-size: 1.2rem;margin:10px 0 0 0;cursor: pointer;}